home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
utils
/
lparser3
/
spiral00.ls
< prev
next >
Wrap
Text File
|
1993-11-22
|
203b
|
12 lines
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
20
10
80
[P]|[P]
P=[A]>>>>>>>>>[cB]>>>>>>>>>[ccC]>>>>>>>>>[cccD]
A=F+;'A
B=F!+F+;'B
C=F!^+F^+;'C
D=F!>^+F>^+;'D
@